Is having sensitive data in a PHP script secure? [closed]
Posted
by
tkbx
on Programmers
See other posts from Programmers
or by tkbx
Published on 2012-11-30T21:21:14Z
Indexed on
2012/11/30
23:19 UTC
Read the original article
Hit count: 160
Possible Duplicate:
What attributes of PHP make it insecure?
I've heard that PHP is somewhat secure because Apache won't allow the download of raw PHP. Is this reliable, though? For example, if you wanted to password protect something, but didn't want to create a database, would something like $pass = "123454321";
be safe?
Bottom line, is it safe to assume that nobody has access to the actual .php file?
© Programmers or respective owner